home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rnet107u.zip / MESSAGES.DOC < prev    next >
Text File  |  1991-01-03  |  2KB  |  62 lines

  1.  
  2. ┌─────────────────────────────────────────────────────────────────────────────┐
  3. │            RNET.EXE  -  Information, Warning, and Error messages            │
  4. └─────────────────────────────────────────────────────────────────────────────┘
  5.  
  6.   RNET is very verbose in reporting what it is doing, where it finds things,
  7.   what problems are present, and other such information.
  8.  
  9.   Most warnings and errors are logged to the file ERROR.LOG in the default
  10.   directory during RNET operations.  RNET will continue to append to this
  11.   file until it is deleted.
  12.  
  13.   Below is a listing of error codes which may or may not be fully described
  14.   by RNET when they occur.  If you get an error code xx message, refer to the
  15.   following:
  16.  
  17.      5 - Illegal Function Call.  Something has caused an internal flaw
  18.            in RNET.  Likely this is a negative pointer, a bad CONTROL.DAT
  19.            or similar.
  20.  
  21.      7 - Out of memory.
  22.  
  23.     14 - Out of string heap space.
  24.  
  25.     24 - Device timeout.
  26.  
  27.     25 - Device fault.
  28.  
  29.     52 - Bad file number.  Usually the result of a missing or corrupted file.
  30.            Check your CFG and PTR files for faults.  Check that all your
  31.            messagebases exist and have been packed (to create the NDX file).
  32.  
  33.     54 - Bad file mode.  You have likely ATTRIB'd or LOCKED a file which
  34.            RNET needs to read (such as the BBS_ID.CFG file).
  35.  
  36.     57 - Device I/O error.
  37.  
  38.     61 - Disk Full!
  39.  
  40.     63 - Bad record number.  This is likely caused by a corrupt NDX
  41.            file.  Repack the messagebase in question to rebuild the NDX.
  42.  
  43.     64 - Bad file name.  Check your .CFG and CNAMES/CONFINFO carefully.
  44.  
  45.     67 - Too many files.  Increase the value of FILES= in CONFIG.SYS
  46.  
  47.     68 - Device unavailable.  Network server fault or misdirected
  48.            filename (trying to access a non-existent drive).
  49.  
  50.     70 - Disk write protected or DOS3 Lock.  This error will only be
  51.            reported after 60 retries.
  52.  
  53.     71 - Drive not ready.
  54.  
  55.     72 - Disk media error.
  56.  
  57.     75 - Path/file access error.  Check your .CFG, CNAMES/CONFINFO, and
  58.            all other drive/path file specifications.
  59.  
  60.     76 - Path not found.  All directories needed must be in existance.
  61.  
  62.